Java by Harry. H. Chaudhary

Java by Harry. H. Chaudhary

Author:Harry. H. Chaudhary.
Language: eng
Format: epub
Tags: Java, Head First Java, Effective Java, Core Java, Java A Beginner's Guide, Java Programming, Java 8, Programming in Java
Publisher: Harry & Associates.
Published: 2014-09-14T04:00:00+00:00


public RandomAccessFile(File, String) throws FileNotFoundException;

Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.

public native int read() throws java.io.IOException;

public int read(byte[], int, int) throws java.io.IOException;

public int read(byte[]) throws java.io.IOException;

public int skipBytes(int) throws java.io.IOException;

public native void write(int) throws java.io.IOException;

public void write(byte[]) throws java.io.IOException;



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.